runtime.inlinedCall.funcID (field)
7 uses
runtime (current package)
symtab.go#L202: if inltree[ix].funcID == funcID_wrapper && elideWrapperCalling(lastFuncID) {
symtab.go#L207: lastFuncID = inltree[ix].funcID
symtab.go#L1174: funcID funcID // type of the called function
traceback.go#L364: if inltree[ix].funcID == funcID_wrapper && elideWrapperCalling(lastFuncID) {
traceback.go#L372: lastFuncID = inltree[ix].funcID
traceback.go#L418: inlFunc.funcID = inltree[ix].funcID
traceback.go#L427: lastFuncID = inltree[ix].funcID
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)